home *** CD-ROM | disk | FTP | other *** search
/ MaxiMac 2001 March / MaxiMac 112.iso / Macworld on CD n°112 / Applications (Mac OS X PB) / MacSQL [Carbon] / MacSQL Monitor 1.5.1 Installer / MacSQL Monitor 1.5.1 Installer.rsrc / TEXT_500_Default ReadMe.txt < prev    next >
Encoding:
Text File  |  2001-01-17  |  9.4 KB  |  156 lines

  1. MacSQL Monitor 1.5.1 Read Me
  2.  
  3. This software is ¬©2001 Runtime Labs, Inc and ¬©1999-2000 Mark J. Lilback. This software may not be redistributed except as an Installer that installs the MacSQL Monitor application and this readme. The latest installer is always available from <http://www.rtlabs.com/>. This software may not be distributed on CD-ROM or other physical media with out permission from Runtime Labs, Inc.
  4.  
  5.  
  6. What is MacSQL Monitor?
  7.  
  8. MacSQL Monitor provides a way to view and manipulate SQL Databases such as MySQL and Oracle. It allows you to view the schema of a database, and query,import,and export the data stored in the database.
  9.  
  10. MacSQL Monitor allows users to view schema information and issue queries to SQL  Databases. Included are native drivers for MySQL, ODBC (Mac OS 8/9 only with Merant or OpenLink Software ODBC Driver Manager), and JDBC (Mac OS X only).
  11.  
  12. Features include:
  13.  
  14.     ‚Ä¢ Ability to connect to MySQL, ODBC, and JDBC databases
  15.     ‚Ä¢ Complete AppleScript support including recordability and the ability to save frequently used queries as scripts for later execution
  16.     ‚Ä¢ Document History for easy access to frequently used documents
  17.     ‚Ä¢ URL Support for connecting via mysql:// URLs
  18.     ‚Ä¢ Results buffer only limited by available memory
  19.     ‚Ä¢ Multi-panel display of schema including databases, tables, columns, and indices
  20.     ‚Ä¢ Ability to export data to text files of SQL commands or tab-/comma-separated data
  21.     ‚Ä¢ Import Assistant imports SQL command files and text files
  22.     ‚Ä¢Ability to print schema layouts and query results
  23.     ‚Ä¢ Extensive support for MacOS technologies such as AppleScript, Appearance Manager, Navigation Services, Balloon Help, Contextual Menus, Keychain, Drag & Drop, and more
  24.  
  25. MacSQL Monitor requires a PowerPC computer running MacOS 8.1 or greater with CarbonLib 1.0.4 or greater installed and access to a MySQL or ODBC-compliant database. ODBC support requires the Merant ODBC Driver Manager, available from Metro Technologies <http://www.metrotechnologies.com/>, or the Openlink Software Driver Manager, available from <http://www.openlinksw.com/>. JDBC support requires appropriate drivers to be installed in your classpath.
  26.  
  27. MacSQL Monitor is distributed as feature-limited shareware and available for download from our website <http://www.rtlabs.com/>. Unregistered copies are limited to 10 queries per connection and 2K of data per export. The software can be registered by selecting Register from the File menu, or a copy can be purchased at our website <http://www.rtlabs.com/>.
  28.  
  29.  
  30. Contacting Us
  31.  
  32. For more information about MacSQL Monitor, please visit our website at <http://www.rtlabs.com/> or email info@rtlabs.com. Registered users are entitled to free email technical support by emailing support@rtlabs.com. Runtime Labs can also be reached by US Mail at:
  33.  
  34. Runtime Labs
  35. 121 W. 27th Street, Suite 201
  36. New York, NY 10001
  37.  
  38.  
  39. Version History
  40.  
  41. 1.5.1 (1/17/2001)
  42.     Scripts Menu works on Mac OS X.
  43.     Added command to window menu to cycle through window tabs.
  44.     Fixed bug in getting session from document via AppleScript.
  45.     Fixed scripting bug where invalid documents were being returned.
  46.     If only 1 database exists, it is automatically selected in the query panel.
  47.     Command key equivelents are displayed for next/previous query (always worked, but did not display in menu).
  48.     Schema viewer notices create/alter/drop table queries and adjusts display.
  49.     Added support for proxy icon in window title bar.
  50.     Fixed bug with multiple MySQL documents causing a crash on menu selection.
  51.     Fixed bug that would cause crash when doing SQL Export.
  52.     Export SQL properly shows creation of primary keys from MySQL.
  53.     MySQL column definition strings now show size of column where appropriate.
  54.     Fixed bug where menus would hop around menu bar when multiple windows open.
  55.     No longer display garbage lines after an update/insert/delete query (just number of rows touched).
  56.     Added new property to session object to tell if it requires database selection.
  57.     Script Editor selection in prefs window allows selection of bundles.
  58.     Row object returns an empty string for NULL values.
  59.     Documentation folder includes AppleScript tutorials.
  60.  
  61. 1.5 (1/9/2001)
  62.     Add Query to Scripts Menu works again (broken after 1.1.1).
  63.  
  64. 1.5b1 (1/5/2001)
  65.     Added JDBC support (only tested with Oracle) when running on Mac OS X Public Beta.
  66.     MySQL connection speeds increased back to pre 1.1 performance (at least 2x faster).
  67.     Database plugin architecture now supports a custom menu for db-specific commands.
  68.     New import assistant imports SQL or text files.
  69.     Apple Event model changed to support creation of documents instead of sessions and windows.
  70.     MySQL Plugin offers all the functionality of mysqladmin in custom menu.
  71.     Null values no longer shift values over a column.
  72.     Exporting now works properly.
  73.     If no database is selected and tables are then listed in the schema viewer, the database whose tables are listed becomes the current database. The Query Panel database selection popup menu now correctly adjusts to show this.
  74.  
  75. 1.5a1 (12/01/2000)
  76.     Carbonized to run on MacOS 8.1 or greater with CarbonLib and MacOS X.
  77.     Implemented new plugin architecture for database support.
  78.     ODBC documents can now be saved and opened (with the password stored in the keychain).
  79.     Added preference to control word wrapping in query results (defaults to no wrapping).
  80.     Date/Time header on printouts now prints on right in landscape mode.
  81.     Moved default database preference to startup panel.
  82.     Fixed bug where if auto save of documents is enabled, it is impossible to close a new connection that has never been saved (you were forced to save every document).
  83.     Holding down command key at startup causes new connection dialog be displayed.
  84.     Focus is given to the query box after selecting a database so you can immediately begin typing a query.
  85.     SQL Exports no longer place quotes around NULL.
  86.     No longer crashes if try to open a document (via recent documents) that was deleted.
  87.     Fixed crash when crop column titles is enabled and displaying data from a field with a name less than 4 characters long and the widest data for that row is less than the length of the field name.
  88.     Documents are now saved as XML plists via Core Foundation (old format can still be read).
  89.  
  90. 1.1.1 (10/18/2000)
  91.     Recent documents always menu persists between application launches (the resource fork in the prefs file was not being created, only opened).
  92.     Added preference to auto save documents on close.
  93.     Oracle queries can now be made by AppleScript.
  94.     Refresh Schema works properly with mSQL databases.
  95.     History preference panel renamed to Document.
  96.  
  97. 1.1 (10/16/00)
  98.     Now document-based‚Äîsettings are saved to a file and connection history is now recent documents.
  99.     Added a Window menu to switch between open windows (with command key equivalents for first 10 windows).
  100.     MySQL networking code rewritten, no longer potentially corrupts hard drive.
  101.     Query field for Export dialogs now accepts queries of up to 2K in length (was limited to 256 characters).
  102.     Printing of query results no longer attempts to crop text. Instead it wraps and scaling the image in Page Setup works.
  103.     Tables listed in schema viewer can now be "Copied" (their SQL creation statement is placed on the clipboard).
  104.     Schema viewer now shows Oracle synonyms.
  105.     Oracle support now shows all schemas that have a table, view, or synonym. Previously only showed those that contained tables.
  106.     Various minor code changes to support carbonization.
  107.  
  108. 1.0.1 (9/15/2000)
  109.     User name and password fields in connection dialog accept up to 64 characters instead of 16.
  110.     SQL Exports of table schema from MySQL now properly handle primary keys.
  111.     SQL Exports now use appropriate statement separator (normally semi-colon).
  112.     Removed beta-expiration that should not have been in 1.0 release.
  113.     Multiple memory leaks fixed.
  114.  
  115. 1.0 (9/7/2000)
  116.     Importing now works properly with strings that contain apostrophes.
  117.     Included sample AppleScript to save data from a MySQL database to
  118.       an Microsoft Excel file.
  119.     Added preference to control if Text Encoding Converter is used to
  120.       translate data between MacRoman and Latin1 encoding.
  121.     Error message dialogs are now moveable modal dialogs.
  122.     No longer crashes when attempting to scroll through empty 
  123.       command history.
  124.     When opening a database connection via Apple Events, if no password
  125.       is specified, keychain support is enabled, and the keychain is 
  126.       unlocked, the password will be looked up in the keychain.
  127.     No longer crashes on initial selection of MySQL database via Apple Events.
  128.     Query window no longer inactive after displaying about box.
  129.     Queries no longer report error when the optional trailing semi-colon
  130.       is followed by a space, return, or tab.
  131.     No longer crashes when quiting on MacOS 8.1 if Internet Config is not installed.
  132.     Added Result Editing Enabled menu item to query menu (same function as pencil
  133.       icon above Make Query button).
  134.     Now distributed by Runtime Labs.
  135.     Added support for online purchase and registration.
  136.     Unregistered copies now limited to 10 queries per connection and 2K of data per export.
  137.  
  138.  
  139. Complete release notes with entries for beta versions are available at <http://www.rtlabs.com/macsql/releasenotes.txt>.
  140.  
  141.  
  142. Installer Notice
  143.  
  144. The installer for this product was created using Installer VISE from
  145. MindVision Software. For more information on Installer VISE, contact:
  146.  
  147.         MindVision Software 
  148.         7201 North 7th Street 
  149.         Lincoln, NE 68521-8913 
  150.  
  151.         Voice: (402) 477-3269 
  152.         Fax: (402) 477-1395 
  153.         E-mail: mindvision@mindvision.com 
  154.         http://www.mindvision.com/
  155.  
  156.